home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 14
/
CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso
/
CUCD
/
Programming
/
SecalDemo
/
Inc
/
diskfont
/
oterrors.inc
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1997-06-11
|
337 b
|
16 lines
def OTERR_Failure = -1;
def OTERR_Success = 0;
def OTERR_BadTag = 1;
def OTERR_UnknownTag = 2;
def OTERR_BadData = 3;
def OTERR_NoMemory = 4;
def OTERR_NoFace = 5;
def OTERR_BadFace = 6;
def OTERR_NoGlyph = 7;
def OTERR_BadGlyph = 8;
def OTERR_NoShear = 9;
def OTERR_NoRotate = 10;
def OTERR_TooSmall = 11;
def OTERR_UnknownGlyph = 12;